- HipGamepadCheckConnectedGamepads
ubyte* function() HipGamepadCheckConnectedGamepads;
///// External API ////////
- HipGamepadGetBatteryStatus
HipGamepadBatteryStatus function(ubyte id) HipGamepadGetBatteryStatus;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- HipGamepadGetXboxGamepadState
HipInputXboxGamepadState function(ubyte id) HipGamepadGetXboxGamepadState;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- HipGamepadIsWireless
bool function(ubyte id) HipGamepadIsWireless;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- HipGamepadQueryConnectedGamepadsCount
ubyte function() HipGamepadQueryConnectedGamepadsCount;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- HipGamepadSetXboxGamepadVibration
void function(ubyte id, double leftMotor, double rightMotor, double leftTrigger, double rightTrigger) HipGamepadSetXboxGamepadVibration;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.